home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / c / rconfig.readme < prev    next >
Text File  |  1992-09-21  |  1KB  |  40 lines

  1. Short: Replacement Lib. Manager for Aztec C
  2.  
  3. Introduction
  4. ~~~~~~~~~~~~
  5.     RConfig is a 2.0 utility for >>> Manx Aztec C 5.2a <<< users for
  6.     configuring a replacement linker library (rlib.lib).  This library
  7.     is simply linked with your code, before c.lib, cl.lib, c16.lib, or
  8.     cl16.lib.
  9.  
  10.     The replacement functions available are:
  11.  
  12.         stkchk()    -     An improved low stack condition test, which
  13.                           takes into account the size of a procedure's
  14.                           local stack frame; optional dynamic stack code
  15.  
  16.         main()      -     Choose from 3 variations of the startup code:
  17.                           normal, detaching, residentable
  18.  
  19.         setjmp()    -     Adds support for free()'ing DynaStack extension
  20.                           stack blocks and alloca()'d blocks
  21.  
  22.     In addition, an alloca() function is provided.  This doesn't replace
  23.     any similarly named function in clib, but I much prefer it over the
  24.     GNU alloca.c code.
  25.  
  26.     Lastly, you can choose additional compiler options in generating the
  27.     library, size of the data model (large or small), integer size (32 vs
  28.     16 bits), and various parameters for stkchk().
  29.  
  30.  
  31. Contacting the Author
  32. ~~~~~~~~~~~~~~~~~~~~~
  33.     Send questions, bug reports, suggestions, donations, etc to:
  34.  
  35.     Omni Communications Products        UUCP: apang@mindlink.bc.ca
  36.     Attn: Anthon Pang                   BIX: apang
  37.     P.O. BOX 35266
  38.     Vancouver, BC  V6M 4G4
  39.     Canada
  40.